home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/TestDialog=Test Dialog', target_id: 'tex1', first_tab: 'tex1')
- {
- group()
- {
- cluster(name: '$$$/Dialogs/TestDialog/Cluster=Cluster', align_children: align_left)
- {
- view(align_children: align_row)
- {
- edit_text(item_id: 'tex1', width: 50, next_tab: 'butt');
- button(item_id: 'butt', name: '$$$/Dialogs/TestDialog/Button=Button', next_tab: 'picb');
- button(item_id: 'picb', picture: true, width: 25, height: 25, next_tab: 'tex2');
- edit_text(item_id: 'tex2', width: 50, SpinEdit: true, next_tab: 'tex3');
- edit_text(item_id: 'tex3', width: 100, PopupEdit: true, next_tab: 'rad1');
- slider(item_id: 'slid', width: 50);
- progress_bar(item_id: 'prog', width: 50);
- radio(item_id: 'rad1', group_id: 'grp1', name: '$$$/Dialogs/TestDialog/Radio1=Radio1', next_tab: 'rad2');
- radio(item_id: 'rad2', group_id: 'grp1', name: '$$$/Dialogs/TestDialog/Radio2=Radio2', next_tab: 'chec');
- check_box(item_id: 'chec', name: '$$$/Dialogs/TestDialog/CheckBox=Check Box');
- }
- view(align_children: align_row)
- {
- static_text(item_id: 'stat', name: '$$$/Dialogs/TestDialog/Static=Static');
- popup(item_id: 'popu', width: 100);
- radio(item_id: 'rad3', group_id: 'grp1', name: '$$$/Dialogs/TestDialog/Radio3=Radio3');
- }
- view(align_children: align_row)
- {
- list_box(item_id: 'list', width: 400, height: 100);
- hier_list_box(item_id: 'hier', width: 400, height: 100);
- }
- view(align_children: align_row)
- {
- mclv(item_id: 'mclv', width: 400, height: 150);
- tab_group(item_id: 'tabg', width: 400, height: 150);
- }
- view(align_children: align_row)
- {
- scroll_view(item_id: 'scro', width: 400, height: 150);
- }
- }
- ok_cancel();
- }
- }
-